-
Couldn't load subscription status.
- Fork 12
feat: Add Knative integration for notifications #316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
pantierra
commented
Oct 24, 2025
- Add CloudEvents sink deployment for eoapi-notifier integration
- Configure dynamic secret name for PostgreSQL connection
- Add local development configuration with reduced resources
- Support both CI and local test environments
3735267 to
8528eba
Compare
8528eba to
06fb9f3
Compare
bdecd00 to
695abb7
Compare
695abb7 to
dcaf3e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM just general question on knative version
.github/workflows/helm-tests.yml
Outdated
| run: | | ||
| echo "=== Installing Knative Serving ===" | ||
| # Install Knative Serving CRDs | ||
| kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.17.0/serving-crds.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we maybe want to parameterise the knative version?
scripts/deploy.sh
Outdated
| fi | ||
|
|
||
| log_info "Installing Knative Serving..." | ||
| kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.17.0/serving-crds.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto the parameterising
a5d6592 to
a485c1e
Compare
- Add CloudEvents sink deployment for eoapi-notifier integration - Configure dynamic secret name for PostgreSQL connection - Add local development configuration with reduced resources - Support both CI and local test environments
0f0bf74 to
0bf50bf
Compare
0bf50bf to
5f3451e
Compare